Content Library MigrateSpec

Content Library MigrateSpec
Content Library MigrateSpec

The Content Library MigrateSpec schema defines target storage backing library to migrate the library content to.

This is used for local, published and subscribed content libraries.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "storage_backings": [
        {
            "type": "string",
            "datastore_id": "string",
            "storage_uri": "string"
        }
    ]
}
storage_backings
Required

This value can be used to set the Content LibraryModel.storage_backings property as the storage backing target to migrate the library to.

Multiple default storage locations are not currently supported but may become supported in future releases.

This property was added in vSphere API 9.0.0.0.